home *** CD-ROM | disk | FTP | other *** search
- Path: news1.h1.usa.pipeline.com!usenet
- From: grantp@usa.pipeline.com(Pete)
- Newsgroups: comp.lang.c++
- Subject: Re: Classes in DLL's
- Date: 20 Jan 1996 00:11:16 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4dpbv4$c0i@news1.usa.pipeline.com>
- NNTP-Posting-Host: pipe7.h1.usa.pipeline.com
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete)
- X-Newsreader: Pipeline USA v3.3.0
-
- On Jan 19, 1996 20:05:35 in article <Classes in DLL's>,
- 'jtoering@vnet.ibm.com' wrote:
-
-
- >I am familiar with how to import functions from
- >DLL's but how do you import class methods?
- >
- This depends on your compiler system. They all
- are similar in that you need to export your classes
- as well as individual member functions. Your compiler
- documentation should describe how it is done.
-
- Be aware that DLL's that export classes -- or any C++
- symbols, for that matter -- are usable only by callers
- that are compiled with the same vendor's compiler.
-
- --
- Pete Grant
- Kalevi, Inc.
- Object Oriented Software Development
-